Power Automate: Get SharePoint library info from Teams context#146
Power Automate: Get SharePoint library info from Teams context#146
Conversation
experimental features: does NOT rely
|
Hi @kkazala , Thank you for your submission! Additionally, I recommend explicitly outlining the steps for creating a connector to provide a smooth and straightforward preparation guide. Thank you! Regards, |
|
Thank you for testing =) This flow "translates" the As explained in the readme, the
I think I also included a test CanvasApp in the solution? Hope this helps =) |

What's in this Pull Request?
Integration between Power Apps and MS Teams allows creating context-aware applications, that access information stored for example in the SharePoint site connected to the team.
However, the id returned by
teamIdparameter is not a team'sguid, but aninternalIdwhich cannot be used with either the Teams Power Automate actions, or the MS Graph API.The "Get Teams Channel Library Info" flow retrieves all the guids, ids, names and paths that might be useful in building Power Platform solutions.
Checklist